diff options
| author | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-06-27 01:16:20 +0000 |
|---|---|---|
| committer | dujinkim <dujin.kim@dtsolution.co.kr> | 2025-06-27 01:16:20 +0000 |
| commit | e9897d416b3e7327bbd4d4aef887eee37751ae82 (patch) | |
| tree | bd20ce6eadf9b21755bd7425492d2d31c7700a0e /app/[lng]/privacy | |
| parent | 3bf1952c1dad9d479bb8b22031b06a7434d37c37 (diff) | |
(대표님) 20250627 오전 10시 작업사항
Diffstat (limited to 'app/[lng]/privacy')
| -rw-r--r-- | app/[lng]/privacy/page.tsx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/[lng]/privacy/page.tsx b/app/[lng]/privacy/page.tsx new file mode 100644 index 00000000..28881db2 --- /dev/null +++ b/app/[lng]/privacy/page.tsx @@ -0,0 +1,5 @@ +import { PrivacyPolicyPage } from "@/components/login/privacy-policy-page" + +export default function Privacy() { + return <PrivacyPolicyPage /> +}
\ No newline at end of file |
